home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / dev / e / AEPD08.lha / EPD08 / Amiga_E-Programme / RAPI / RAPI.README < prev    next >
Text File  |  1994-07-26  |  2KB  |  37 lines

  1.  
  2.           ***** RAPI Random Algorithm Pattern Illustrator *****
  3.  
  4. Legal-
  5.  
  6.    I realease RAPI to the public domain for educational use.  I really
  7. cant think of any way that someone is going to make money off of it but
  8. please dont without my written concent.  It is alright to distribute this at
  9. will as long as no fee is charged except for Media and Disk Copy costs.  And
  10. you must also distribute the entire package which includes:
  11.  
  12. RAPI                              (The executable)
  13. RAPI.e                            (The source code in E)
  14. RAPI.info                         (This is optional.  I dont think anyone
  15.                                   who cant use a CLI would have any use for
  16.                                   this example or program)
  17.  
  18. What the **** is RAPI?-
  19.  
  20.    RAPI is a program that uses E's random number generator Rnd() function
  21. to generate random numbers to use as a demonstration of how the random
  22. number algorithms (or Psedocode random numbers) are actually not very random.
  23. It helpes give a good Illustration of how your computer generates random
  24. numbers using an algorithm.  This also shows why an encryption program that
  25. uses Pseudocode random numbers is not a very good one.  Anyway it is meant
  26. more as a source example of E than anything else.  You can play with it by
  27. adjusting the color range, and size of window. You could also change OpenW()
  28. to OpenS() but please dont distibute your changed source under this name. I
  29. hate it when things get mixed up.  Anyways have fun.
  30.  
  31. Bryce Bockman Fidonet 1:350/32.2
  32.  
  33.  
  34.  
  35.  
  36.  
  37.